home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / aqmoney2.conf < prev    next >
Text File  |  2014-12-19  |  1KB  |  62 lines

  1.  
  2. char name="AqMoney2"
  3. char shortDescr="Profile for AqMoney2 CSV files"
  4. char version="5.4.2"
  5. char longDescr="This profile supports the CSV format used by AqMoney2"
  6. int import="1"
  7. int export="1"
  8.  
  9. char type="csv"
  10. char groupNames="transaction", "transfer", "debitnote", "line"
  11. char dateFormat="YYYYMMDD"
  12. int utc="0"
  13.  
  14. params {
  15.   # if 1 then values are quoted
  16.   quote="1"
  17.   
  18.   # if 1 then a title line will be written containing the names of each
  19.   # column
  20.   title="1"
  21.   
  22.   # special values are "TAB" and "SPACE"
  23.   delimiter=";" 
  24.   
  25.   # this is the group name looked for in the given data to GWEN_CSV_Write
  26.   # if not given then all groups match
  27.   #group="transaction"
  28.   
  29.   # this group contains the definition for each column
  30.   # each variable in this group has its number as name
  31.   # you can use index variables in the names (using square brackets)
  32.   # the value of each of these variables is the name of a variable to be looked
  33.   # up in the data given to GWEN_CSV_Write
  34.   columns {
  35.     1="transactionId"
  36.     2="localBankCode"
  37.     3="localAccountNumber"
  38.     4="remoteBankCode"
  39.     5="remoteAccountNumber"
  40.     6="date"
  41.     7="valutadate"
  42.     8="value/value"
  43.     9="value/currency"
  44.     10="remoteName[0]"
  45.     11="remoteName[1]"
  46.     12="purpose[0]"
  47.     13="purpose[1]"
  48.     14="purpose[2]"
  49.     15="purpose[3]"
  50.     16="purpose[4]"
  51.     17="purpose[5]"
  52.     18="purpose[6]"
  53.     19="purpose[7]"
  54.     20="purpose[8]"
  55.     21="purpose[9]"
  56.     22="purpose[10]"
  57.     23="purpose[11]"
  58.   } # columns
  59.  
  60. } # params
  61.  
  62.